home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 11: TSX-11 / Linux Cubed Series 11 - TSX-11 Vol 1.iso / libs / datalib.1 < prev    next >
Text File  |  1996-11-30  |  968b  |  23 lines

  1.  
  2. Title:          datalib 
  3. Version:        1.05
  4. date:           06/01/95
  5. Description:    basic data structure implementation. 
  6.                 Support linklist, stack and queue. 
  7.                 The data structures have added functionality,
  8.                 and can support any data types. An attempt to object
  9.                 without c++.
  10.                 Uses gcc complient c code.
  11.                      Look at the doc files for more info.
  12. upgrades:       The linklist now has file save and load capabilities.
  13.                      The stack and queue are derived from the linklist.
  14.                      The link list supports <, =, > querries. 
  15.                      Fixes beaucoup litle bugs (some were major).
  16. Author:         Chavey Laurent. Chavey@cis.udel.edu.
  17.                 Copyright to EZ Software. 
  18. Maintained-by:  Chavey Laurent. 
  19. Maintained-at:  sunsite.unc.edu.  .
  20. Platforms:      Compiles using standard C. 
  21. Copying-Policy: "Freely Redistributable"
  22. Keywords:       data types, data structure, linklist, stack, queue.
  23.